Skip to content

refactor: move KeyboardProvider props in separate file#1255

Merged
kirillzyusko merged 1 commit intomainfrom
refactor/move-provider-props-in-separate-file
Dec 22, 2025
Merged

refactor: move KeyboardProvider props in separate file#1255
kirillzyusko merged 1 commit intomainfrom
refactor/move-provider-props-in-separate-file

Conversation

@kirillzyusko
Copy link
Copy Markdown
Owner

📜 Description

Moved props declaration to a separate file.

💡 Motivation and Context

Web implementation for KeyboardProvider will have a separate implementation and we need to re-use types, so in this PR I'm moving types into separate file to make it reusable.

📢 Changelog

JS

  • move KeyboardProviderProps in types/provider.ts file;

🤔 How Has This Been Tested?

Tested via CI (this PR);

📸 Screenshots (if appropriate):

📝 Checklist

  • CI successfully passed
  • I added new mocks and corresponding unit-tests if library API was changed

@kirillzyusko kirillzyusko self-assigned this Dec 22, 2025
@kirillzyusko kirillzyusko added the refactor You changed the code but it didn't affect functionality label Dec 22, 2025
@github-actions
Copy link
Copy Markdown
Contributor

📊 Package size report

Current size Target Size Difference
230195 bytes 230360 bytes -165 bytes 📉

@kirillzyusko kirillzyusko merged commit e5438be into main Dec 22, 2025
16 checks passed
@kirillzyusko kirillzyusko deleted the refactor/move-provider-props-in-separate-file branch December 22, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor You changed the code but it didn't affect functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant